home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
x11
/
strategy
/
xpuzzles.3
/
xpuzzles
/
xpuzzles-5.3.1
/
xrubik
/
make.com
< prev
next >
Wrap
Text File
|
1996-02-05
|
598b
|
31 lines
$ set verify
$! cc="CC/STANDAR=VAXC"
$ if p1.eqs."DEBUG" .or. p2.eqs."DEBUG"
$ then
$! cc=="CC/DEB/NOOPT/STANDAR=VAXC"
$ cc=="CC/DEB/NOOPT"
$ link=="LINK/DEB"
$ endif
$ if p1.nes."LINK"
$ then
$ define sys sys$library
$!
$ cc rngs.c
$ cc Rubik.c
$ cc RubikS.c
$ cc RubikU.c
$ cc Rubik2d.c
$ cc Rubik3d.c
$ cc xrubik.c
$ endif
$!
$ link/map xrubik,Rubik,RubikS,RubikU,Rubik2d,Rubik3d,rngs,-
sys$library:vaxcrtl/lib,-
sys$library:ucx$ipc/lib,-
sys$input/opt
sys$share:decw$dxmlibshr/share
sys$share:decw$xlibshr/share
$! sys$library:ucx$ipc_shr/share
$ set noverify
$ exit